home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
MATH
/
VLN_20
/
VLNCONST.INC
< prev
Wrap
Text File
|
1995-03-30
|
506b
|
29 lines
const AddN = 1;
SubN = 2;
MulN = 3;
DivN = 4;
SetSmall = 5;
BigSHL = 6;
MultiSHL = 7;
TwoNth = 8;
TenNth = 9;
NthRoot = 10;
NthPower = 11;
TwosComplAbs = 12;
SetRandom = 13;
FastNthPower = 14;
const AddBy = 1;
SubBy = 2;
MulBy = 3;
DivBy = 4;
Copy = 5;
const quotient = 99;
remainder = 69;
const Shr1Bit = 1;
ShL1Bit = 2;
const grequal = 1;
equal = 2;